SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 60242: Errors occur when SAS® Compliance Solution is configured to use SAS® Metadata Server clusters and SAS® Stored Processes are called in the background

DetailsAboutRate It

When SAS Compliance Solution is configured to use SAS® Metadata Server clusters, you might encounter errors when you use some functionality in the solution that calls SAS® Stored Processes in the background.

For example, you might see the following error messages from the stored-process log when you import prep data-set information using Scenario Administrator in SAS Compliance Solution.

NOTE: Line generated by the macro variable "KCAUTHDOMAIN".
693        "Knowledge Center
           _________________
           52
ERROR: Libref DB_KC is not assigned.
ERROR: Error in the LIBNAME statement.
ERROR: Libref DB_KC is not assigned.
ERROR: Execution canceled by an %ABORT CANCEL statement.

The workaround is to modify both the ecm_autoexec.sas and fcf_autoexec.sas files by removing the section of the code that describes the metadata server information.

For the ecm_autoexec.sas file:

  1. Open the ecm_autoexec.sas file, which resides in SAS-configuration-directory\Lev1\Applications\SASEnterpriseCaseManagement\Source\control\.
  2. Remove the following OPTIONS statement in the ecm_autoexec.sas.file:
  options metaserver="host-name" metaport=port-number metarepository="Foundation";

For the fcf_autoexec.sas file:

  1. Open the fcf_autoexec.sas file, which resides in SAS-configuration-directory\Lev1\Applicatons\SASComplianceSolutions\custom\config\.
  2. Remove the following statements in the fcf_autoexec.sas file:
    %let metaserver="host-name";
    %let metaport=port-number;
    %let metarepository="Foundation";
    options metaserver=&metaserver
            metaport=&metaport
            metaprotocol=bridge metarepository=&metarepository;


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Compliance SolutionsLinux for x646.317.19.4 TS1M39.4 TS1M3
64-bit Enabled Solaris6.317.19.4 TS1M39.4 TS1M3
64-bit Enabled AIX6.317.19.4 TS1M39.4 TS1M3
Microsoft® Windows® for x646.317.19.4 TS1M39.4 TS1M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.